home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00080.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  316 b   |  13 lines

  1. on exitFrame
  2.   global holdcast, holdh, holdv, myclickon
  3.   if the soundBusy of 1 then
  4.     go(the frame - 1)
  5.   else
  6.     puppetSprite(myclickon, 1)
  7.     set the castNum of sprite myclickon to holdcast
  8.     set the locH of sprite myclickon to holdh
  9.     set the locV of sprite myclickon to holdv
  10.     play done
  11.   end if
  12. end
  13.